gpsbabel.git
22 years agoFix scaling for horizontal components of maps.
robertl [Wed, 10 Sep 2003 22:40:03 +0000 (22:40 +0000)]
Fix scaling for horizontal components of maps.

22 years agoAdd bunch of esoteric options.
robertl [Wed, 10 Sep 2003 14:12:39 +0000 (14:12 +0000)]
Add bunch of esoteric options.
From Rick and myself.

22 years agoBump version for a beta.
robertl [Fri, 5 Sep 2003 02:49:43 +0000 (02:49 +0000)]
Bump version for a beta.

22 years agoAdd margin as an option that be specified as a percentage or in degrees.
robertl [Fri, 5 Sep 2003 02:45:30 +0000 (02:45 +0000)]
Add margin as an option that be specified as a percentage or in degrees.

22 years agoFix imaginary memory allocation problem.
alexmot [Thu, 4 Sep 2003 15:37:18 +0000 (15:37 +0000)]
Fix imaginary memory allocation problem.

22 years agoAdd nosort suboption.
robertl [Wed, 3 Sep 2003 19:32:28 +0000 (19:32 +0000)]
Add nosort suboption.

22 years agooops. Only want to do the usage thing if they provided some non-option argument.
parkrrrr [Tue, 2 Sep 2003 18:34:04 +0000 (18:34 +0000)]
oops.  Only want to do the usage thing if they provided some non-option argument.

22 years agofix segfault when command line was 'gpsbabel foo' or the more likely 'gpsbabel -...
parkrrrr [Tue, 2 Sep 2003 18:28:50 +0000 (18:28 +0000)]
fix segfault when command line was 'gpsbabel foo' or the more likely 'gpsbabel --help' or 'gpsbabel /?'

22 years agofix gcc compile error due to misplaced declaration
parkrrrr [Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)]
fix gcc compile error due to misplaced declaration

22 years agoDon't average coords to center map. Instead use bounding box.
robertl [Tue, 2 Sep 2003 16:53:10 +0000 (16:53 +0000)]
Don't average coords to center map.  Instead use bounding box.

22 years agoAdd shortname capping.
robertl [Sun, 31 Aug 2003 02:42:55 +0000 (02:42 +0000)]
Add shortname capping.

22 years agoAdd a shortname test.
robertl [Fri, 29 Aug 2003 21:59:34 +0000 (21:59 +0000)]
Add a shortname test.

22 years agoDon't use default VMIN/VTIME. Explicitly set them. From Anders Andersson.
robertl [Fri, 29 Aug 2003 18:47:44 +0000 (18:47 +0000)]
Don't use default VMIN/VTIME.   Explicitly set them.   From Anders Andersson.

22 years agoMake GPX not crash when we have -s and *only* a shortname already.
robertl [Wed, 27 Aug 2003 18:05:41 +0000 (18:05 +0000)]
Make GPX not crash when we have -s and *only* a shortname already.

22 years agoMake unknown -x arguments into an error.
robertl [Wed, 27 Aug 2003 18:04:52 +0000 (18:04 +0000)]
Make unknown -x arguments into an error.

22 years agoStrip field separators (colons) out of tiger output.
robertl [Tue, 26 Aug 2003 19:58:08 +0000 (19:58 +0000)]
Strip field separators (colons) out of tiger output.

22 years agoFix segfault with DeLorme .rte files
parkrrrr [Tue, 26 Aug 2003 15:37:44 +0000 (15:37 +0000)]
Fix segfault with DeLorme .rte files

22 years agoAdd Delorme route reading. From Ron Parker.
robertl [Tue, 26 Aug 2003 14:55:27 +0000 (14:55 +0000)]
Add Delorme route reading.   From Ron Parker.

22 years agoRegenreate deps.
robertl [Mon, 25 Aug 2003 21:20:27 +0000 (21:20 +0000)]
Regenreate deps.

22 years agoFix UDI_QUEUE_EMPTY in case someone wants to use it...
robertl [Mon, 25 Aug 2003 21:17:06 +0000 (21:17 +0000)]
Fix UDI_QUEUE_EMPTY in case someone wants to use it...

22 years agoAdded this in case someone wants to run with it...
robertl [Mon, 18 Aug 2003 18:39:47 +0000 (18:39 +0000)]
Added this in case someone wants to run with it...

22 years agoDo the magellan cache icon thing for mapsend, too. (Why didn't I commit
robertl [Mon, 18 Aug 2003 18:09:22 +0000 (18:09 +0000)]
Do the magellan cache icon thing for mapsend, too.   (Why didn't I commit
this a year ago?)

22 years agoFix crash when no descr available.
robertl [Mon, 18 Aug 2003 18:09:01 +0000 (18:09 +0000)]
Fix crash when no descr available.

22 years agoDocumentation updates and typo corrections.
alexmot [Thu, 14 Aug 2003 13:00:27 +0000 (13:00 +0000)]
Documentation updates and typo corrections.

22 years agoBump version number.
robertl [Tue, 12 Aug 2003 22:41:56 +0000 (22:41 +0000)]
Bump version number.

22 years agoAdd mapopolis.com mapconverter format as an internally parsed XCSV style.
alexmot [Tue, 12 Aug 2003 14:57:38 +0000 (14:57 +0000)]
Add mapopolis.com mapconverter format as an internally parsed XCSV style.

22 years agoUse isatty instead of stat/S_ISCHR to determine "serialness".
robertl [Mon, 11 Aug 2003 16:30:55 +0000 (16:30 +0000)]
Use isatty instead of stat/S_ISCHR to determine "serialness".

22 years ago(route #0 bug) enforce sequential route numbers when writing route output.
alexmot [Wed, 6 Aug 2003 14:13:17 +0000 (14:13 +0000)]
(route #0 bug) enforce sequential route numbers when writing route output.

22 years agoduplicate filter would crash if there wre no waypoints in the list
parkrrrr [Tue, 5 Aug 2003 15:02:01 +0000 (15:02 +0000)]
duplicate filter would crash if there wre no waypoints in the list

22 years agoAdd -O by default. Allow additional debug & opts from cmd line.
robertl [Thu, 31 Jul 2003 16:38:00 +0000 (16:38 +0000)]
Add -O by default.  Allow additional debug & opts from cmd line.

22 years agofixed apparent but not real memory leak
parkrrrr [Thu, 31 Jul 2003 16:23:22 +0000 (16:23 +0000)]
fixed apparent but not real memory leak

22 years agodrip, drip, drip... fixed some memory leaks
parkrrrr [Thu, 31 Jul 2003 15:23:28 +0000 (15:23 +0000)]
drip, drip, drip... fixed some memory leaks

22 years agoadd polygon caveats
parkrrrr [Thu, 31 Jul 2003 14:38:44 +0000 (14:38 +0000)]
add polygon caveats

22 years agolots of math optimizations
parkrrrr [Thu, 31 Jul 2003 14:26:43 +0000 (14:26 +0000)]
lots of math optimizations

22 years agoDoh! Commit the right version...
robertl [Wed, 30 Jul 2003 05:10:12 +0000 (05:10 +0000)]
Doh!   Commit the right version...

22 years agoRobustify on missing input comments.
robertl [Wed, 30 Jul 2003 04:54:25 +0000 (04:54 +0000)]
Robustify on missing input comments.

22 years agoTighten doc on Mapsource and PCX a little.
robertl [Tue, 29 Jul 2003 22:02:55 +0000 (22:02 +0000)]
Tighten doc on Mapsource and PCX a little.

22 years agoMake GPX input modules optional.
robertl [Tue, 29 Jul 2003 19:29:14 +0000 (19:29 +0000)]
Make GPX input modules optional.

22 years ago1. Fix bug with field delimiter getting overwritten by record delimiter.
alexmot [Tue, 29 Jul 2003 15:49:07 +0000 (15:49 +0000)]
1. Fix bug with field delimiter getting overwritten by record delimiter.
2. Add field and record delimiters to bad characters by default.

22 years agoyet more totally gratituous warning cleanups.
robertl [Mon, 28 Jul 2003 22:59:01 +0000 (22:59 +0000)]
yet more totally gratituous warning cleanups.

22 years agoRemove zillions of unused local variables.
robertl [Mon, 28 Jul 2003 22:38:26 +0000 (22:38 +0000)]
Remove zillions of unused local variables.

22 years agoMore "zero value added" language cleanups.
robertl [Mon, 28 Jul 2003 21:08:43 +0000 (21:08 +0000)]
More "zero value added" language cleanups.

22 years agoAdd additional cache types for Magproto.
robertl [Mon, 28 Jul 2003 20:56:00 +0000 (20:56 +0000)]
Add additional cache types for Magproto.
Misc lang cleanups.

22 years agoNuke dead locals.
robertl [Mon, 28 Jul 2003 20:45:51 +0000 (20:45 +0000)]
Nuke dead locals.

22 years agoClean up sign/unsign warnings in stupidest possible way.
robertl [Mon, 28 Jul 2003 20:40:55 +0000 (20:40 +0000)]
Clean up sign/unsign warnings in stupidest possible way.

22 years agoBetter Garmin icon mappings for geocaches from Ian Mahuron.
robertl [Mon, 28 Jul 2003 16:43:53 +0000 (16:43 +0000)]
Better Garmin icon mappings for geocaches from Ian Mahuron.

22 years agoremove almost all references to stderr; make them all either fatal() or warning()
parkrrrr [Fri, 25 Jul 2003 16:41:11 +0000 (16:41 +0000)]
remove almost all references to stderr; make them all either fatal() or warning()

22 years agoadd argument type and flags to argument specifications as an aid to potential GUIs
parkrrrr [Fri, 25 Jul 2003 16:09:43 +0000 (16:09 +0000)]
add argument type and flags to argument specifications as an aid to potential GUIs

22 years agoFix waypoint output indexes when using multiple output files in xcsv and Topo!
alexmot [Wed, 23 Jul 2003 13:56:49 +0000 (13:56 +0000)]
Fix waypoint output indexes when using multiple output files in xcsv and Topo!

22 years agoadd 'exclude' option to radius filter
parkrrrr [Mon, 21 Jul 2003 21:19:02 +0000 (21:19 +0000)]
add 'exclude' option to radius filter

22 years agojust a minor spacing thing
parkrrrr [Sun, 20 Jul 2003 19:48:51 +0000 (19:48 +0000)]
just a minor spacing thing

22 years agoadd polygon filter
parkrrrr [Sun, 20 Jul 2003 19:46:57 +0000 (19:46 +0000)]
add polygon filter

22 years agoModify header-reading code to better handle different variants of .mps files
parkrrrr [Sat, 19 Jul 2003 16:26:01 +0000 (16:26 +0000)]
Modify header-reading code to better handle different variants of .mps files

22 years agoFix "An attempt was made to access an unamed file past its end" issue in NG Topo.
alexmot [Fri, 18 Jul 2003 13:24:31 +0000 (13:24 +0000)]
Fix "An attempt was made to access an unamed file past its end" issue in NG Topo.

22 years agoRegenerate.
robertl [Fri, 18 Jul 2003 03:26:39 +0000 (03:26 +0000)]
Regenerate.

22 years agoAdd 'arc' style and xcsv support for tracks and routes
parkrrrr [Thu, 17 Jul 2003 23:25:46 +0000 (23:25 +0000)]
Add 'arc' style and xcsv support for tracks and routes

22 years agoFix problems with the warning, add exclude option
parkrrrr [Thu, 17 Jul 2003 23:14:24 +0000 (23:14 +0000)]
Fix problems with the warning, add exclude option

22 years agoWarn people to not edit generated files.
robertl [Thu, 17 Jul 2003 17:34:18 +0000 (17:34 +0000)]
Warn people to not edit generated files.

22 years agoReview feedback. From Ron.
robertl [Thu, 17 Jul 2003 15:58:24 +0000 (15:58 +0000)]
Review feedback.   From Ron.

22 years agoIncorporate distance-along-a-route doc. From Ron.
robertl [Thu, 17 Jul 2003 15:58:15 +0000 (15:58 +0000)]
Incorporate distance-along-a-route doc.  From Ron.

22 years agoWhack dead code.
robertl [Thu, 17 Jul 2003 05:22:41 +0000 (05:22 +0000)]
Whack dead code.

22 years agoAdd reference gpilots file.
robertl [Thu, 17 Jul 2003 05:11:12 +0000 (05:11 +0000)]
Add reference gpilots file.

22 years agoTest GPilotS support.
robertl [Thu, 17 Jul 2003 05:10:25 +0000 (05:10 +0000)]
Test GPilotS support.

22 years agoAdd rest of Ron's arc distance stuff.
robertl [Thu, 17 Jul 2003 05:09:05 +0000 (05:09 +0000)]
Add rest of Ron's arc distance stuff.

22 years agoAdd rest of Ron's arcdist filter.
robertl [Thu, 17 Jul 2003 05:08:37 +0000 (05:08 +0000)]
Add rest of Ron's arcdist filter.

22 years agoAdd ability to write GPilotS waypoints.
robertl [Thu, 17 Jul 2003 05:05:50 +0000 (05:05 +0000)]
Add ability to write GPilotS waypoints.
Doc GPilotS

22 years agoDeliver useful error on unknown input type.
robertl [Thu, 17 Jul 2003 03:26:40 +0000 (03:26 +0000)]
Deliver useful error on unknown input type.

22 years agoVaporize docopy
robertl [Tue, 15 Jul 2003 17:42:04 +0000 (17:42 +0000)]
Vaporize docopy

22 years agocorrect several minor language violations. From Bruce Thompson and myself...
robertl [Tue, 15 Jul 2003 16:36:20 +0000 (16:36 +0000)]
correct several minor language violations.  From Bruce Thompson and myself...

22 years agoPick up missing commit to add centisecs.
robertl [Mon, 14 Jul 2003 19:57:11 +0000 (19:57 +0000)]
Pick up missing commit to add centisecs.

22 years agoCommit incomplete clickable image maps in the hopes that someone else
robertl [Mon, 14 Jul 2003 19:56:16 +0000 (19:56 +0000)]
Commit incomplete clickable image maps in the hopes that someone else
can run with that...

22 years agoAlan Acurry reports that Mapsned hoses if you edit a file with a comment
robertl [Sat, 12 Jul 2003 04:46:35 +0000 (04:46 +0000)]
Alan Acurry reports that Mapsned hoses if you edit a file with a comment
that's > 30 chars, so we truncate them here.

22 years agoAdd chkdoc.
robertl [Fri, 11 Jul 2003 04:51:43 +0000 (04:51 +0000)]
Add chkdoc.

22 years agoWorkaround Meridian timewarp on tracks.
robertl [Fri, 11 Jul 2003 04:50:07 +0000 (04:50 +0000)]
Workaround Meridian timewarp on tracks.
Implement centiseconds.

22 years agoAdd centisecs to track accesses.
robertl [Fri, 11 Jul 2003 04:49:36 +0000 (04:49 +0000)]
Add centisecs to track accesses.

22 years agoSketch in (crude) gpilots code so someone else can finish it.
robertl [Thu, 10 Jul 2003 06:02:12 +0000 (06:02 +0000)]
Sketch in (crude) gpilots code so someone else can finish it.

22 years agoDoh! Typo fix for description being clobbered.
robertl [Wed, 9 Jul 2003 16:04:55 +0000 (16:04 +0000)]
Doh!   Typo fix for description being clobbered.

22 years agoAdd snlen and supporesswhite to gpx output options.
robertl [Thu, 3 Jul 2003 21:07:35 +0000 (21:07 +0000)]
Add snlen and supporesswhite to gpx output options.

22 years agoRobustify escaping for newer 'sed's.
robertl [Mon, 30 Jun 2003 18:41:32 +0000 (18:41 +0000)]
Robustify escaping for newer 'sed's.

22 years agoUpdated quovadis reference files from Bruce.
robertl [Mon, 30 Jun 2003 18:30:47 +0000 (18:30 +0000)]
Updated quovadis reference files from Bruce.

22 years agoUpdate vecs & testo for Quovadis from Bruce Thompson.
robertl [Mon, 30 Jun 2003 18:29:39 +0000 (18:29 +0000)]
Update vecs & testo for Quovadis from Bruce Thompson.

22 years agoAdd Quovadis suport, courtesy Bruce Thompson, bruce at otherother.com.
robertl [Mon, 30 Jun 2003 05:41:29 +0000 (05:41 +0000)]
Add Quovadis suport, courtesy Bruce Thompson, bruce at otherother.com.

22 years agoAdd new Doc stuff from P. Roosen.
robertl [Wed, 25 Jun 2003 15:25:54 +0000 (15:25 +0000)]
Add new Doc stuff from P. Roosen.

22 years agoFrom Ron Parker. Preserve order when suppresing dupes.
robertl [Wed, 25 Jun 2003 15:24:56 +0000 (15:24 +0000)]
From Ron Parker.   Preserve order when suppresing dupes.

22 years agoFix gpsutil output. Deal with wreckage in test suite.
robertl [Wed, 25 Jun 2003 15:19:02 +0000 (15:19 +0000)]
Fix gpsutil output.   Deal with wreckage in test suite.

22 years agoBump version to 1.0
robertl [Thu, 19 Jun 2003 05:58:06 +0000 (05:58 +0000)]
Bump version to 1.0

22 years agoTweak release script.
robertl [Thu, 19 Jun 2003 03:41:06 +0000 (03:41 +0000)]
Tweak release script.

22 years agoFix timeout on startup.
robertl [Thu, 19 Jun 2003 03:38:51 +0000 (03:38 +0000)]
Fix timeout on startup.
Add status indicator during upload
Sketch in release target in Makefile.

22 years agoTry hard to get a description if it's blank when we get here.
robertl [Tue, 17 Jun 2003 15:15:04 +0000 (15:15 +0000)]
Try hard to get a description if it's blank when we get here.

22 years agoAdd more file format descriptions.
robertl [Sat, 14 Jun 2003 22:51:35 +0000 (22:51 +0000)]
Add more file format descriptions.

22 years agosolidify duplicate sort states in testo
robertl [Thu, 12 Jun 2003 23:54:04 +0000 (23:54 +0000)]
solidify duplicate sort states in testo

22 years agoRemove C99'ism.
robertl [Thu, 12 Jun 2003 23:52:03 +0000 (23:52 +0000)]
Remove C99'ism.

22 years agoFix le_read64 to not actually be le_read56.
robertl [Thu, 12 Jun 2003 20:17:37 +0000 (20:17 +0000)]
Fix le_read64 to not actually be le_read56.
Easygps: use it when writing coords.

22 years agoDo a more thorough job keeping conflicted names unique.
robertl [Thu, 12 Jun 2003 15:36:01 +0000 (15:36 +0000)]
Do a more thorough job keeping conflicted names unique.

22 years agoSort radius filter output by distance to home point.
robertl [Thu, 12 Jun 2003 02:45:57 +0000 (02:45 +0000)]
Sort radius filter output by distance to home point.

22 years agomake inclusion of sys/time.h !WIN32 specific.
robertl [Thu, 12 Jun 2003 01:30:05 +0000 (01:30 +0000)]
make inclusion of sys/time.h !WIN32 specific.

22 years agoMinor leak fixes.
robertl [Wed, 11 Jun 2003 05:07:39 +0000 (05:07 +0000)]
Minor leak fixes.

22 years agoRon Parker's Nav Companion takes 20 character shortnames. Adjusted call
robertl [Tue, 10 Jun 2003 16:02:30 +0000 (16:02 +0000)]
Ron Parker's Nav Companion takes 20 character shortnames.   Adjusted call
to setshortlen.

22 years agoDelete bogus inclusion of <sys/time.h>.
robertl [Wed, 4 Jun 2003 23:24:26 +0000 (23:24 +0000)]
Delete bogus inclusion of <sys/time.h>.

22 years agoAdd README.
robertl [Wed, 4 Jun 2003 17:36:33 +0000 (17:36 +0000)]
Add README.